home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Netcracker Netscape Navigator / ProOne: Netcracker Netscape Navigator.iso / pc / nc / wds / nc_vol.geo / 00003_vol2.ls < prev    next >
Encoding:
Text File  |  1997-03-19  |  247 b   |  10 lines

  1. on mouseDown
  2.   set theLocH to getAt(clickLoc(), 1)
  3.   set newLoc to integer(theLocH / 15)
  4.   set the locH of sprite 6 to (newLoc * 15) + 11
  5.   set the soundLevel to newLoc
  6.   puppetSound(0)
  7.   puppetSound(the name of cast (30 + 1))
  8.   updateStage()
  9. end
  10.